|
echo setup("company"); ?>
Affiliates/Resellers
Section:
echo setup("company"); ?>
now offers a valuable affiliate
program. Sign up for an account today, and you can redeem your referrals
as described below:
if ((setup("aff_type") ==0) || (setup("aff_type") ==1)) {?>
| We
will apply a credit to your account for each referral you send to
us. The current refferal rate is
$t1 = setup("aff_pay_1");
$t1a = setup("aff_pay_1a");
if ($t1 == 1) { echo setup("currency"); }
echo $t1a;
if ($t1 ==0) { echo " percent of each order completed."; } else { echo " for each order completed."; }
?>
|
if (setup("aff_type") ==0) { echo "We do offer another payout method if
you do not wish to recieve your payments as a credit to your account.
";
}
} if ((setup("aff_type") ==0) || (setup("aff_type") ==1)) {?>
We can mail you a check for each referral you send to us. The current
refferal rate is
$t2 = setup("aff_pay_2");
$t2a = setup("aff_pay_2a");
if ($t2 == 1) { echo setup("currency"); }
echo $t2a;
if ($t2 ==0) { echo " percent of each order completed."; } else { echo " for each order completed."; }
?>
}?>
|